Accessing the Services

The Microsoft .NET Framework provides a collection of tools and functions for consuming and producing WSDL documents. A command-line tool, wsdl.exe, creates a proxy class from a WSDL that can be used in .NET applications. You can produce a WSDL document by appending ?WSDL to the URL of a .NET Service. The format looks something like:
 http://[servername]/[virtual directory]/[service].svc?wsdl 
An example endpoint for the DocumentService might look like:
https://labw6408hvm113/DocGenServices/Services/Import/DocumentService.svc
There are a couple ways to access the files:

The Service File provides a link to the service WSDL.